home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000211_dold@75.usenet.us.com_Sun Jun 17 14:21:10 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  38 lines

  1. Article: 12528 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!news.verio.net!nntp.frontiernet.net!nntp.primenet.com!nntp.gblx.net!newsfeed.direct.ca!look.ca!sfo2-feed1.news.digex.net!intermedia!feedwest.news.agis.net!us.telia.net!news.mainstreet.net!bug.rahul.net!samba.rahul.net!rahul.net!a2i!dold.a2i!dold
  3. From: dold@75.usenet.us.com
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: serial device
  6. Date: 13 Jun 2001 19:09:42 GMT
  7. Organization: Wintercreek Data
  8. Lines: 21
  9. Message-ID: <9g8dpm$amr$1@samba.rahul.net>
  10. References: <3B279901.2D77664@centralnet.ch>
  11. NNTP-Posting-Host: yellow.rahul.net
  12. NNTP-Posting-User: dold
  13. User-Agent: tin/1.4.2-20000205 ("Possession") (UNIX) (FreeBSD/3.5-STABLE (i386))
  14. X-Comment: Encoded From: line allows replies that preserve original subject
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12528
  16.  
  17. Bruno Joho <bjoho@centralnet.ch> wrote:
  18.  
  19. : is there any documentation availible how to use kermit to access a
  20. : serial device on a SGI box.
  21. : I have a Ascend Pipeline attached to the serial device and like to
  22. : configure it using kermit.
  23.  
  24. We have Cisco boxes where the serial console port is tied to the serial
  25. ttya of a Sun box.  Is this the communication you're asking about?
  26. If so, yes, we use kermit scripts to program the Cisco.
  27. You could start with "autotelnet.ksc" for login and scripting ideas.
  28. Or, manually, you would probably:
  29.     kermit
  30.     set line /dev/ttya
  31.     set speed 9600
  32.     set carrier off
  33.     connect
  34. -- 
  35. ---
  36. Clarence A Dold - dold@email.rahul.net
  37.                 - San Jose & Pope Valley (Napa County) CA.
  38.